added samples
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2008 / ATLShellExtIconHandler / dllmain.h
blobbd09545889da95f7413a22bac6487409dfc1ed69
1 // dllmain.h : Declaration of module class.
3 class CATLShellExtIconHandlerModule : public CAtlDllModuleT< CATLShellExtIconHandlerModule >
5 public :
6 DECLARE_LIBID(LIBID_ATLShellExtIconHandlerLib)
7 };
9 extern class CATLShellExtIconHandlerModule _AtlModule;